Namespace: Microsoft.ResourceManagement.WebServices.WSResourceManagement
Assembly: Microsoft.ResourceManagement (in microsoft.resourcemanagement.dll)

Usage

Visual Basic
Dim obj As TRequestParameterType
Dim returnValue As Boolean

returnValue = RequestParameter.IsNullRequestParameterPredicate(obj)

Syntax

Visual Basic
Public Shared Function IsNullRequestParameterPredicate(Of TRequestParameterType) ( _
		obj As TRequestParameterType _
) As Boolean
C#
public static bool IsNullRequestParameterPredicate<TRequestParameterType> (
		TRequestParameterType obj
)
C++
public:
generic<typename TRequestParameterType>
static bool IsNullRequestParameterPredicate (
		TRequestParameterType obj
)
J#

JScript

GenericParameters

TRequestParameterType

Parameters

obj

Return Value

Returns Boolean.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Target Platforms

Windows 2008 x64 Edition

See Also